@charset 'utf-8';
/* CSS Document */

body
{
    /*overflow-x: auto;
    overflow-y: auto;*/
    font-family:"微软雅黑", arial;}
html
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*
{
    line-height: 1;

    box-sizing: border-box;
    margin: 0;
    padding: 0;}
a
{
    text-decoration: none;}
a:hover
{
    text-decoration: none;}
a:focus
{
    text-decoration: none;

    outline: none;}
ul,
ol,
li
{
    margin: 0;

    list-style-type: none;}
h1,
h2,
h3,
h4,
h5,
h6,
p
{
    font-weight: normal;

    margin: 0;}
h1
{
    font-size: 36px;}
h2
{
    font-size: 30px;}
h3
{
    font-size: 24px;}
h4
{
    font-size: 18px;}
h5
{
    font-size: 14px;}
h6
{
    font-size: 12px;}
body,
button,
select,
textarea
{
    font-family: 'Arial','微软雅黑';
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #333;
    border: 0;
    outline: none;
    background: none;}
input{
    font-family: 'Arial','微软雅黑';
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #333;
    border: 0;
    outline: none;}
input,
textarea
{
    -webkit-appearance: none;
    -moz-appearance: none;}
a:focus,
a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner
{
    border: 0;
    outline: 0;}
a,
button
{
    cursor: pointer;}
label
{
    font-weight: normal;

    margin-bottom: 0;}
img
{

    vertical-align: middle;
    border-width:0;}

.tra0_3
{
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;}
.tra1
{
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;}
.disnone
{
    display: none !important;}
.clearfix:after
{
    display: block;
    clear: both;

    height: 0;

    content: ' ';}
.clearfix
{
    zoom: 1;}
.fl
{
    float: left;}
.fr
{
    float: right;}

.bsBox, #bsPanel div, #bsMorePanel div, #bshareF div {
    box-sizing: content-box;}
.bsTop span{
    line-height: 24px !important;}

.ohflow2{
    /* 超出两行显示... */
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;}

.ohflow{
    /* 超出显示... */
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;}
/* 修改placeholder字体颜色 */
/*
{
input::-moz-placeholder { color:#444444; opacity: 1; }
input:-moz-placeholder { color:#444444;opacity: 1; }
input::-webkit-input-placeholder  { color:#444444; }
input:-ms-input-placeholder { color:#444444; }

textarea::-moz-placeholder { color:#444444;opacity: 1; }
textarea:-moz-placeholder { color:#444444; opacity: 1;}
textarea::-webkit-input-placeholder  { color:#444444; }
textarea:-ms-input-placeholder  { color:#444444; }
}
*/


{}

/*
{
-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
{
-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
{
letter-spacing: 25px;
    text-indent: 25px;
    text-align: center;
}
{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
*/